[Symfony 1.2: ckWebServicePlugin 3.0.0] Module name in SOAP requests, how to get rid of them?
Posted
by Henri
on Stack Overflow
See other posts from Stack Overflow
or by Henri
Published on 2010-05-10T08:55:20Z
Indexed on
2010/05/11
11:44 UTC
Read the original article
Hit count: 317
When I generate a WSDL file with ./symfony webservice:generate-wsdl (where is 'frontend', is 'soap' and is 'http://localhost ') I get a nice soap.wsdl file which works like it should. Except, the methods are not named 'justAMethod' but 'soapService_justAMethod' (where soapService is the module which holds the SOAP methods). How do I omit the module name in the SOAP method names? I know this is possible since the previous release of the software had no module name in the SOAP method names.
© Stack Overflow or respective owner